projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f516c
)
fontchooser: List font description as font description
author
Benjamin Otte
<otte@redhat.com>
Fri, 16 Sep 2011 08:41:24 +0000
(10:41 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 19 Sep 2011 20:11:05 +0000
(22:11 +0200)
Otherwise there will be two properties listed as "Font" in property
selectors (in Glade or testfontchooser).
gtk/gtkfontchooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.c
b/gtk/gtkfontchooser.c
index 3abfb697be558940548a7aedb19287e51c2ea7cd..e5d65c6a7af92908dcb9c9dd41088af8ec7b29d2 100644
(file)
--- a/
gtk/gtkfontchooser.c
+++ b/
gtk/gtkfontchooser.c
@@
-77,7
+77,7
@@
gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
g_object_interface_install_property
(iface,
g_param_spec_boxed ("font-desc",
- P_("Font"),
+ P_("Font
description
"),
P_("Font description as a PangoFontDescription struct"),
PANGO_TYPE_FONT_DESCRIPTION,
GTK_PARAM_READWRITE));